
 /* LOAD*/
 .socket{width:200px;height:200px;position:absolute;left:50%;margin-left:-100px;top:50%;margin-top:-100px}.hex-brick{background:#ABF8FF;width:30px;height:17px;position:absolute;top:5px;animation-name:fade;animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-name:fade;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite}.h2{transform:rotate(60deg);-webkit-transform:rotate(60deg)}.h3{transform:rotate(-60deg);-webkit-transform:rotate(-60deg)}.gel{height:30px;width:30px;transition:all .3s;-webkit-transition:all .3s;position:absolute;top:50%;left:50%}.center-gel{margin-left:-15px;margin-top:-15px;animation-name:pulse;animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-name:pulse;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite}.c1{margin-left:-47px;margin-top:-15px}.c2{margin-left:-31px;margin-top:-43px}.c3{margin-left:1px;margin-top:-43px}.c4{margin-left:17px;margin-top:-15px}.c5{margin-left:-31px;margin-top:13px}.c6{margin-left:1px;margin-top:13px}.c7{margin-left:-63px;margin-top:-43px}.c8{margin-left:33px;margin-top:-43px}.c9{margin-left:-15px;margin-top:41px}.c10{margin-left:-63px;margin-top:13px}.c11{margin-left:33px;margin-top:13px}.c12{margin-left:-15px;margin-top:-71px}.c13{margin-left:-47px;margin-top:-71px}.c14{margin-left:17px;margin-top:-71px}.c15{margin-left:-47px;margin-top:41px}.c16{margin-left:17px;margin-top:41px}.c17{margin-left:-79px;margin-top:-15px}.c18{margin-left:49px;margin-top:-15px}.c19{margin-left:-63px;margin-top:-99px}.c20{margin-left:33px;margin-top:-99px}.c21{margin-left:1px;margin-top:-99px}.c22{margin-left:-31px;margin-top:-99px}.c23{margin-left:-63px;margin-top:69px}.c24{margin-left:33px;margin-top:69px}.c25{margin-left:1px;margin-top:69px}.c26{margin-left:-31px;margin-top:69px}.c27{margin-left:-79px;margin-top:-15px}.c28{margin-left:-95px;margin-top:-43px}.c29{margin-left:-95px;margin-top:13px}.c30{margin-left:49px;margin-top:41px}.c31{margin-left:-79px;margin-top:-71px}.c32{margin-left:-111px;margin-top:-15px}.c33{margin-left:65px;margin-top:-43px}.c34{margin-left:65px;margin-top:13px}.c35{margin-left:-79px;margin-top:41px}.c36{margin-left:49px;margin-top:-71px}.c37{margin-left:81px;margin-top:-15px}.r1{animation-name:pulse;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .2s;-webkit-animation-name:pulse;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .2s}.r2{animation-name:pulse;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .4s;-webkit-animation-name:pulse;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .4s}.r3{animation-name:pulse;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .6s;-webkit-animation-name:pulse;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .6s}.r1>.hex-brick{animation-name:fade;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .2s;-webkit-animation-name:fade;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .2s}.r2>.hex-brick{animation-name:fade;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .4s;-webkit-animation-name:fade;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .4s}.r3>.hex-brick{animation-name:fade;animation-duration:2s;animation-iteration-count:infinite;animation-delay: .6s;-webkit-animation-name:fade;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay: .6s}@keyframes
pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.01);transform:scale(0.01)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes
fade{0%{background:#ABF8FF}50%{background:#90BBBF}100%{background:#ABF8FF}}@-webkit-keyframes
pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(0.01);transform:scale(0.01)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes
fade{0%{background:#ABF8FF}50%{background:#389CA6}100%{background:#ABF8FF}}

/*---------------------*/
*{
	box-sizing: border-box;
    outline: 0;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/image/fonts/material-icon.woff2) format('woff2');
}
@font-face {
  font-family: 'Kanit';
  font-weight: 100;
  src: url(/image/fonts/Kanit-Light.ttf);
}
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url(/image/fonts/PoiretOne-Regular.ttf) format('ttf');
}

@font-face {
  font-family: 'Dosis';
  src: url(/image/fonts/dosism.ttf) ;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: 100;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  }

body{
	padding: 0;
	margin:0;
	height: 100%;
	background: #ededed;
}
/* TOP */
.whatsapp{
    display:none;
}
.top{


	position: sticky;
	top:0px;
	margin-top: 0px;

	height: 85px;
	background: #fff;
	z-index: 99999;
	width: 100%;

}
.logo1{
    top:-2px;
    width: 200px;
}
.subtop{
	display: block;
	margin: auto;
	width:90%;
	height:100%;

}

#out{
    display: block;
}
#splid{
    display: none;
}



.top1{
	width:100%;
	position: absolute;
	height: 30px;
	background: #fafafa;
	left:0px;
	top:0px;
	border-bottom: 1px solid #f0f0f0;
}
.top1contenido{
	width:90%;
	position: relative;
	margin:auto;
	height: 100%;
}
.top1position{
	position: absolute;
	right:0px;
	width:380px;
	height: 100%;

}
.top1position div{
	position: relative;
	display: inline;
	width: 25%;
	padding-left:15px;
	padding-right: 15px;
	height: 100%;

	border-left: 1px solid #ccc;

}
.top1position a{
	color:white;
	text-decoration: none;
	line-height: 30px;
	font-family: 'Kanit';
	font-size: 11px;
}
.top1position div:hover a{
	color:#ce0aba;
}
 /* ---- top 1 end ----- */
 			/*brand*/
 .brand{
 	width:100%;
 	display: block;
 	margin-top:30px;
 	height: 60%;
 	position: relative;
 	display: block;


 }
 .subbrand {
 	width: 50px;

 }
 .subbrand img{
 	position: relative;
 	width: 60%;
 	min-width: 100px;
 	margin:auto;
 }
 		/*search*/
 .search {

 	display: inline;
 	float: left;
 	height: 100%;
 	width:45%;
 	min-width:470px;


 }
 .subsearch{
 	width: 90%;
 	margin:auto;
 	height: 100%;
 	position: relative;
 }
 .input-field{
 	position: absolute;
    display: inline;
    box-sizing: border-box;
    z-index: 3;
    background: none;
    top: 25px;
    left:85px;
 }
 .input-field input{

 	font-family: 'kanit';
    color: #000;
    background: #ededed;
    width: 200px;
    display: inline;
    font-size: 12px;
    border-radius: 15px;
    border: none;
    padding: 3px 10px;

 }
 .back{
 	position: absolute;
 	width: 100%;
 	background: rgba(128,20,170,.9);
 	height: 180px;
 	z-index: -9;
 }

.input-field input:focus  {
	border-color: #ce0aba;
	outline:0;

 }
 .input-field input:visited{
 	border-color: #ce0aba;
 }
 .selectCat {
 	position: absolute;
 	display: inline;
 	z-index: 3;
 	right: 35px;
 	top:25px;


 }
 .selectCat select{
    font-family: 'Dosis';
    border:none;
    font-size: 13px;
    padding: 4px;

 }

 .selectCat select:focus{
 	outline:0;
 	border-color: #ce0aba;
 }
.selectCat select option{
 	background: rgba(0,0,0,.1);
 	border-color: #ce0aba;
 	outline:0;
 	padding: 5px 5px;
 	height:200px;
 	box-shadow: none;
 }

 .button {
 	position: absolute;
    display: inline;
    width: 30px;
    z-index: 3;
    height: 24px;
    background: #ba1f1f;
    border-radius: 0px 20px 20px 0px;
    line-height: 0px;
    top: 12px;
    left:260px;
 }
 .button button{
 	border: none;
 	transition: .9s;
 	background: none;
 	padding: 3px 5px;

 }
 .button button:focus{
 	outline: 0;

 }
 .button button:active{

 }

 .searchrect2{
 	position: absolute;
    width: 100%;
    height: 35px;
    background: #fff;
    top: 18px;
    z-index: 2;
    left: 0px;
    border-radius: 5px;
    border: #8d0bea solid 1px;
 }

			 /*heart*/
.heart {
	width:30px;
	position: relative;
	float: left;

	line-height: 80px;
	display: inline;

	margin:10px 0px 0px 40px ;
	cursor: pointer;


}
.heart img{
	width: 100%;
	margin-top:15px;
	position: absolute;
	transition: .2s;
}
.contador_fav{
	position: absolute;
    top: 22px;
    right: -9px;
    color: purple;
}
.heart:hover img{
	width:110%;
	margin-top:12px;
}

.shoppcart{
	position: absolute;
	width: 30px;
	top:10px;
	right: 20px;
}
.shoppcart img{
	width: 100%;
	margin-top:15px;
	position: absolute;
	transition: .2s;
}
.shoppcart:hover img{
	width:110%;
	margin-top:12px;
}

/* CONTENIDO*/
.section {
	position: relative;
	width:100%;

}
.subsection{
	width:87%;
	margin:auto;
	height:100%;

}

		/*CATEGORIAS */
.fas{
	position: absolute;
	top:-79px;
	left:21px;
	width:18px;
	display: none;
}
#close{
	cursor: pointer;
	opacity: 0;
    z-index: 1111;
    transition: all 1s;

}
#menu {
	cursor:pointer;
    display: block;
    width:20px;
    z-index: 1112;
    transition:  .9s;
}
.coverwhite{
	width:145px;
	height: 450px;
	position: absolute;
	background: white;
	top:-30px;
	left:-7px;
	z-index: 11;
}
.circle{
	background: #b10000;
	width:40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	left: 10px;
	top:-90px;
	z-index: 1;
	display: block;
	transition: 1s;
	display:none;
}
.categorias{
	width:225px;
	box-sizing: border-box;
	position: relative;
	transition: .3s ease;
	height: 340px;
	margin-top: 50px;
	float:left;
	border-radius: 6px;
	background: rgba(250,250,250,.8);
	z-index: 2;

}
.categorias ul{
	padding-left: 20px;
}
.titlecat{
	position: absolute;
	color:#000;
	top:-20px;
	left:0px;
	color:#000;
	background:  #b10000;
	height: 30px;
	width: 100%;
	padding-top: 5px;
	border-radius: 5px 5px 0px 0px;
}
.titlecat a{
	font-family: 'Kanit';
	font-size: 15px;
	text-decoration: none;
	margin-left: 20px;
	color:white;

}
.eachcat{
	list-style: none;
	width:100%;
	position: relative;
	display: block;
	line-height: 25px;
	height: 30px;
}
.eachcat img{
	width:17px;
	margin-right: 10px;
	vertical-align: middle;
}
.eachcat a {
	text-decoration: none;
	font-family: 'Kanit';
	font-size: 12px;
	font-weight: 300;
	color:#000;
	transition: .2s;

}
.eachcat:hover a{
	font-size:13px;
	font-weight: bold;
}
/*  Navegador menu*/
.nav_menu{
	position: sticky;
	top:0px;
	margin-top: 50px;
	width: 100%;
	height: 45px;
	background: rgba(0,0,0,.7);
	z-index: 99999;
}
.nav_menu ul{
	width:60%;
	margin:auto;
	display: block;

}
.nav_menu li{
	position: relative;
	display: inline-block;
	float:left;
	width:100px;
	padding: 5px 15px;
	text-align: center;
	line-height: 35px;
}
.nav_menu li:hover a{
	font-size: 20px;
	color:#bc4af9;
}
.nav_menu a {
	text-decoration: none;
	color:#fff;
	font-family: 'Zcool';
	align-content: center;
	text-transform: uppercase;
	vertical-align: middle;
	transition: .5s;
}






/* CONTENIDO LUEGO DE NAV */

	/*    COMPUTACION  */
.computacion {
	width: 95%;

    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding:40px 0px 0px 0px;
    margin: auto;
    left:2.5%;
}
.ancla{
	position: absolute;
	top:-60px;
	left: 0px;
	height: 5px;
	width:30px;

}
.subcomputacion{
	width: 90%;
	margin:auto;
}
.vermas{
	width:100%;
	height: 50px;
	position: relative;
	float: left;
}
.vermas h1{
	font-family: 'Kanit';
    font-size: 20px;
	text-transform: uppercase;
	font-weight: 100;

	position: relative;
	float: left;
}

.vermas a{
	font-family: 'Kanit';
	font-size: 15px;
	color:#808080;
	width: 25%;
	float:left;
	text-decoration: none;
	margin:20px 10px;

}
.vermas a:hover{
	color: #bc4af9;
}
.principal_c {
	position: relative;
	float:left;
	width: 50%;
	height:275px;
	background: #fff;
	align-content: center;
	cursor: pointer;
	transition: .5s;
	border-radius: 3px;
	margin-left: 25px;
	border:1px solid #eeeeee;
	margin-top: 35px;
}
.principal_c img {
	position: absolute;
	width: 90%;
	left:5%;
	border-bottom: 1px solid #dedede;
}
.actualprice {
	position: absolute;
	bottom:-10px;
	left: 15%;
	font-family: 'Kanit';
	font-size: 22px;
	color: black;
}
.suboferta{
	position: absolute;
	bottom:5px;
 	right:5%;
 	font-family: 'Kanit';
 	font-size: 18px;
 	color: #bc4af9;
}
.beforeprice{

	text-decoration: line-through;
	display: flex;
    align-items: center;
    width: 50%;
    float: right;
    font-size: 10px;
    color: #cecece;
}
.titlesubcat{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	position: absolute;
	bottom:-30px;
	width: 80%;
	left:10%;
	font-family: 'Kanit';
	font-size: 15px;
	line-height: 15px;
	opacity: 0;
	transition: .3s;
	color: #808080;

}
.backwhite {
	width: 225px;
	height:275px;
	position: absolute;
	background: #fff;
	transition: .5s;
	border-radius: 3px;

}
.principal_c:hover .backwhite{
	height: 305px;
	box-shadow: 1px 1px 15px #808080;
}
.principal_c:hover .titlesubcat {
	opacity:1;
}
.principal_c:hover .beforeprice {
	display:block;
}



/*--------------------- */


/* -----------------------------*/
/* SLIDER*/

.true-slider{
	position: relative;
    width: 95%;
    display: inline-block;


    box-sizing: border-box;
}
.contenedorslider{
	width:105%;

}


.slider_secondo{
	width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    transition: 1.5s;
    padding: 50px 10px 10px 10px;
    background: #fff;
	}

.slider_secondo h3{
	font-family: 'Zcool';
	font-weight: 100;
	position: absolute;
	top:-50px;
	font-size: 30px;
}
.box{
	    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px 10px;
    cursor: pointer;

    border-radius: 10px;
    padding-top: 10px;

}
.box img{
	width: 100%;
	border-radius: 10px;
}
.box p{

	z-index: 9999;
    font-family: 'Dosis';
    font-size: 11px;
    width: 120px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px #fff;
    transition: .5s;
    opacity: 1;

}
.box:hover img{
	transform-style: preserve-3d;
	transform: scale(1.08);
	transition: all ease .5s;
	cursor: pointer;
}
.details{
	text-align: center;
	display: flex;
	flex-direction: column;
	bottom:30px;
	position: absolute;
	transition: all ease .5s;
}
.comprar_but{
	display: flex;
	flex-direction: column;
	bottom:10px;
	position: absolute;
	width: 90px;
	cursor:pointer;

}
.comprar_but:hover a{
	transform: scale(1.05);
}
.comprar_but a{

	padding: 5px 15px;
	background: #b10000;
	font-family: 'Dosis';
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 11px;
	cursor:pointer;
	transition: .3s;
	text-decoration: none;
	text-align: center;
	color:#fff;
	    box-shadow: 2px 2px 5px #282828;
}
.offPager{
	display: none;
}
/* SEGURIDAD -----------------------------------------------------*/
.informacion {
	display: inline-block;
	width:100%;
	position: relative;
	margin-top: 40px;
	background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(104,21,237,1) 0%,rgba(132,90,168,1) 100%);
	padding-top: 20px;
}
.icontent{
	width:80%;
	margin:auto;
	position:relative;
	display: block;
}
.con{
	width:210px;
	height: 300px;
	position:relative;
	float: left;
	margin-left: 100px;

}
.imagel {
	width: 100%;
	position: absolute;
	top:0px;
	height: 100px;
}
.con img{
	width:40%;
	position: relative;
	margin: auto;
	display: block;
	margin:auto;
	padding-bottom:20px;

}
.con h3{
	position: absolute;
	font-family: 'Kanit';
	top:90px;
	text-align: center;
	width:100%;
	color:#fcf400;
	font-weight: 200;
}

.con p{
	position:absolute;
	top:130px;
	width:120%;
	left:-20px;
	font-family: 'Kanit';
	font-size: 15px;
	text-align: center;
	color: #fff;
	line-height: 18px;
}

.con a{
	text-align: center;
	font-family: 'Kanit';
	font-size: 14px;
	text-decoration: none;
	color: #e8de25;
	width: 100%;
	position: absolute;
	top:220px;
	left: 0;
}
.con a:hover{
	font-weight: bold;

}



/*FOOTER */
.footer-distributed{
	font-family: 'Dosis';
}
.footer-distributed a {
	font-family: 'Dosis';
	font-size: 15px;
}
.footer-distributed h2{
	font-family: 'Dosis';
}
.rights {
    bottom:-30px;
    position: absolute;
    background: #282828;
    width: 100%;
    height:30px;
    margin-left: -50px;
}
.rights a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    position: relative;
    padding-left:50px;
    display: inline;
    top:5px;
}
.rights h1 {
    padding-left:50px;
    position: relative;
    display: inline;
    font-size: 10px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    text-align: center;
    padding-top: 5px;
    top:5px;
}
.rights a:hover{
    font-weight: bold;
}
.footer-center a{
    font-size:18px;
    text-decoration: none;
    display: block;
    padding:2px 10px;
    color:#808080;
}
.footer-center a:hover{
    font-weight: bold;
}
.footer-left a {
    font-size:18px;
    padding:2px 10px;
     text-decoration: none;
    display: block;
    color:#808080;
}
.footer-left a:hover{
    font-weight: bold;
}

.allforall{
	position: fixed;
	bottom:0px;
	width: 100%;
	height: 54px;
	background: #fff;
	
	z-index: 99999;
}
.suball{
	position: relative;
	width:85%;
	display:block;
	margin: auto;
	height: 100%
}
.subbase{
	position: relative;
	float: left;
	box-sizing: border-box;
	width:25%;
	min-width: 50px;
}
.subbase h6{
	font-size: 12px;
    color: #000;
    font-weight: 100;
    float: left;
    position: absolute;

    top: 8px;
    font-family: 'Kanit';

    width: 100%;
    text-align: center;
}
.usuario{
	width:25px;
	position: relative;
	margin: auto;
	display: block;
	margin-top: 10px;
}
.product-container{
	border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 4px;
    text-decoration: none;
    margin-left: 0;
    background: #fff;
    width: 48%;
    float: left;
}
.recomendation-column{
	width: 100%;
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    float: left;
    display: block;
}
.image-container{
	position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    box-sizing: border-box;
    outline: 0;
    display: block;
}
.product-image{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    border: 0;
}
.product-info{
	padding: 0 10px 10px;
	margin:0;
}
.product-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
    line-height: 14px;
    font-size: 10px;
    color: #666;
    margin: 4px 0;
}
.product-price{
	font-size: 14px;
    color: #000;
    font-style: italic;
    font-weight: 700;
    margin: 4px 0;
}
.product-stock{
	line-height: 14px;
    font-size: 10px;
    color: #999;
    margin: 4px 0;
}
.micuenta-content{
	width: 100%;
    position: fixed;
    height: 95vh;
    background: #ededed;
    z-index: 99999;
    top: 0;
    transition: .5s;
}
.micuenta-text{
	width: 100%;
	position: relative;
	display: block;
	margin: auto;
	background: linear-gradient(135deg, #f7313b 0%,#b10000 51%,#d37273 100%);
    height:25vh;
	border-radius: 0px 0px 40px 40px;
}
.micuenta-info{
	position: relative;
    width: 90%;
    display: block;
    height: 40vh;
    margin: auto;
    background: #fff;
    margin-top: -50px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    border-radius: 15px;
}
.micuenta-info-sub{
	position: relative;
    width: 90%;
    display: block;
    height: 40vh;
    margin: auto;

    margin-top: 10px;

    border-radius: 15px;
}
.micuenta-off{
	position: relative;
	width: 50%;
	cursor: pointer;
	position: block;
	margin: auto;

}
.cerrar-sesion{
	width: 50px;
	position: relative;
	margin: auto;
	display: block;
}



.micuenta-text h6{
	font-size: 23px;
    color: #fff;
    font-weight: 100;
    min-width: 200px;
    font-family: 'Kanit';
    width: 50%;
    position: relative;
    display: block;
    margin-left: 0px;
    float: left;
    line-height: 20px;
}
.photo-user{
	position: absolute;
	min-width: 80px;
	right: 0px;
	top:20px;
	width: 20%;
	height: 80px;
	border-radius: 50px;
	box-shadow: 5px 5px 10px inset #888888;
}
.micuenta-text img{
	position: absolute;
	min-width: 80px;
	right: 0px;
	top:20px;
	width: 20%;
	border-radius: 50px;
	border: 7px solid #cecece;

}
.item-first{
	width: 90%;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #f7313b 0%,#b10000 51%,#d37273 100%);
    /* padding-top: 10px; */
    /* padding-top: 10px; */
    float: left;
    margin-left: 5%;
    margin-top: 20px;

}
.item-first h5{

    position: relative;
    padding: 15px;
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    color: #fff;

}
.listado{
	width: 90%;
    position: relative;
    display: block;
    margin: auto;

    float: left;
    margin-left: 5%;
    border-bottom: 1px solid #f2f2f2;
}

.listado h4{
	position: relative;
    padding: 15px;
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
    color: #000;

}
.item-secondo{
	width: 49%;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 10px;
    background: #282828;
    float: left;
    padding: 10px;

}
.item-secondo h6{
	text-align: center;
	margin:0px;
	font-family: 'Kanit';
	font-size: 15px;
	color:#fff;
	font-weight: 100;
}
.order-item{
	margin-bottom: 14px;
    padding-bottom: 12px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.24);
}
.order-item-top{
	height: 72px;
    background: #fff;
    width: 100%;
    padding: 16px 16px;
    font-size: 14px;
    border-bottom: 1px solid #ebebec;
    box-sizing: border-box;
    position: relative;
}
.order-itemid{
	line-height: 20px;
    color:#000;
}
.detalle-orden{
	height: 132px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebec;
}
.left-parte{
	height: 100px;
    float: left;
    margin: 0 16px;
}
.left-parte-image{
	 width: 100px;
    height: 100px;
    --loader-delay-offset: 421ms !important;
}
.order-title{
	color: #3a3e4a;
    font-family: 'Kanit';
    letter-spacing: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    padding: 0 4px 4px 0;
}
.sku{
	line-height: 20px;
    font-family: 'Kanit';
    display: -webkit-box;
    color: #b0b2b7;
    letter-spacing: 0;
}
.price-q{
	font-family: 'Kanit';
    color: #3a3e4a;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 600;
}
.total-cancelado{

    padding: 16px 16px 0 16px;
    font-size: 14px;
}
.total-detalle{
	line-height: 18px;
    font-family: 'Kanit';
    color: #8b07c4;
    margin-bottom: 5px;

}

.dispositives {
	display: none;
}
footer{
	display: none;
}
.micuenta-content{
	width: 100%;
    position: fixed;
    height: 95vh;
    background: #ededed;
    z-index: 99999;
    top: 0;
    transition: .5s;
}
.micuenta-text{
	width: 100%;
	position: relative;
	display: block;
	margin: auto;
	background: linear-gradient(135deg, #f7313b 0%,#b10000 51%,#d37273 100%);
    height:25vh;
	border-radius: 0px 0px 40px 40px;
}
.micuenta-info{
	position: relative;
    width: 90%;
    display: block;
    height: 40vh;
    margin: auto;
    background: #fff;
    margin-top: -50px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    border-radius: 15px;
}
.micuenta-info-sub{
	position: relative;
    width: 90%;
    display: block;
    height: 40vh;
    margin: auto;

    margin-top: 10px;

    border-radius: 15px;
}
.micuenta-off{
	position: relative;
	width: 50%;
	cursor: pointer;
	position: block;
	margin: auto;

}
.cerrar-sesion{
	width: 50px;
	position: relative;
	margin: auto;
	display: block;
}




.photo-user{
	position: absolute;
	min-width: 80px;
	right: 0px;
	top:20px;
	width: 20%;
	height: 80px;
	border-radius: 50px;
	box-shadow: 5px 5px 10px inset #888888;
}
.micuenta-text img{
	position: absolute;
	min-width: 80px;
	right: 0px;
	top:20px;
	width: 20%;
	border-radius: 50px;
	border: 7px solid #cecece;

}
#mobile-search{
	display: none;
}
.mobile-version{
	display:none
}
.menutop{
	display:flex;
}
#phone{
	display:none;

}
#lateral{
	display:flex;
}
@media (max-width: 470px){
	#mobile-search{
		display: block;
		left:-25px;
	}
    #largeslide{
        display:none;
    }
    #metodos {
        display:none;
    }
    #ofertas{
        display:none;
    }
	#desk-search{
		display: none;

	}
	 #ratio{
        display:none;
    }
	.whatsapp{
    display:block;
}
.tienda{ 
    display:none;
}
#out{
    display: none;
}
#splid{
    display: block;
}

    .logo1{
        width: 100px;
        left: -25px;
        top:10px;
    }
    #searchid{
      height: 40px;
    }
    .input-field{
        left: 125px;
        top: 10px;
        width: 230px;
    }
    .input-field input{
        width: 220px;
    }
    .button button{
        margin-top: 8px;
    }
    .button{
        top: 11px;
    left: 330px;
    width: 30px;
    height: 38px;
    border-radius: 0px 15px 15px 0px;
    }
    .shoppcart{
        display: none;
    }
    .top1{
        display: none;
    }
	.top{
		display:none;
	}
	.mobile-version{
		display:block;
	}

	#computer{
		display:none;
	}
	#phone{
		display:block;
	}
	#lateral{
		display:none;
	}
}
@media (max-width: 1050px){
	.menutop{
		display:none;
	}
}
@media (min-width: 430px) and (max-width: 750px){
	.top1{
		display: block;
		position: relative;
		height: 30px;

	}
	.top1position{
		width: 350px;
	}
	.product-price{
		font-size: 18px;font-family: 'Kanit';
	}
	.input-field input{
		width: 200px;
	}
	.button{
		left:260px;
	}
	.shoppcart{
		right: 40px;
	}
	

}

@media (min-width: 751px) {
	.top1{
		display: block;
		position: relative;
		height: 30px;

	}
	.shoppcart{
		right: 70px;
	}
	.top1position{
		width: 350px;
	}
	.input-field input{
		width: 470px;
	}
	.button{
		left:530px;
	}

	.mobiles{
		display: none;
	}
	.dispositives{
		display: block;
	}

.ancla{
	position: absolute;
	top:-60px;
	left: 0px;
	height: 5px;
	width:30px;

}

.subcomputacion{
	width: 90%;
	margin:auto;
}
.vermas{
	width:100%;
	height: 50px;
	position: relative;
	float: left;
}
.vermas h1{
	font-family: 'Kanit';
	font-size:25px;
	text-transform: uppercase;
	font-weight: 100;

	position: relative;
	float: left;
}

.vermas a{
	font-family: 'Kanit';
	font-size: 15px;
	color:#808080;
	width: 25%;
	float:left;
	text-decoration: none;
	margin:20px 10px;

}
.vermas a:hover{
	color: #bc4af9;
}
.principal_c {
	position: relative;
	float:left;
	width: 225px;
	height:275px;
	background: #fff;
	align-content: center;
	cursor: pointer;
	transition: .5s;
	border-radius: 3px;
	margin-left: 5px;
	border:1px solid #eeeeee;
	margin-top: 35px;
}
.principal_c img {
	position: absolute;
	width: 90%;
	left:5%;
	border-bottom: 1px solid #dedede;
}
.actualprice {
	position: absolute;
	bottom:-10px;
	left: 15%;
	font-family: 'Kanit';
	font-size: 22px;
	color:#000;
}
.suboferta{
	position: absolute;
	bottom:5px;
 	right:5%;
 	font-family: 'Kanit';
 	font-size: 18px;
 	color: #ba1f1f;
}
.beforeprice{
	position: absolute;
	text-decoration: line-through;
	color:#282828;
	bottom:30px;
	font-size: 12px;
	left:12%;
	font-family: 'Kanit';
	display: none;
}
.titlesubcat{
	position: absolute;
	bottom:-30px;
	width: 80%;
	left:10%;
	font-family: 'Kanit';
	font-size: 15px;
	line-height: 15px;
	opacity: 0;
	transition: .3s;
}

.backwhite {
	width: 225px;
	height:275px;
	position: absolute;
	background: #fff;
	transition: .5s;
	border-radius: 3px;

}
.principal_c:hover .backwhite{
	height: 305px;
	box-shadow: 1px 1px 15px #808080;
}
.principal_c:hover .titlesubcat {
	opacity:1;
}
.principal_c:hover .beforeprice {
	display:block;
}
.allforall{
	display: none;
}
footer{
	display: inline-block;
}
}
